home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / LUNA.MS_ / luna.mst / TEXTFILE / NORMALHOMESTEAD_INI (.txt) < prev    next >
Encoding:
Null Bytes Alternating  |  2003-03-24  |  130.3 KB  |  2,367 lines

  1. ;------------------------------------------
  2. ; file: HomeStead\default.ini
  3. ;------------------------------------------
  4.  
  5.  
  6. ;--------- Globals -------------------------
  7. [globals]
  8.  
  9. ; global edge colors (redefined in various parts) 
  10. EdgeLightColor      = 241 239 226
  11. EdgeHighLightColor  = 255 255 255
  12. EdgeShadowColor     = 172 168 153
  13. EdgeDkShadowColor   = 113 111 100 
  14. EdgeFillColor       = 236 233 216
  15.  
  16. ;--------- system metrics -------------------------------
  17. [SysMetrics]
  18. ;The system metric colors also effect non-themed controls.
  19.  
  20. ScrollbarWidth = 17
  21. ScrollbarHeight = 17
  22.  
  23. Window = 255 255 255
  24. MenuBar = 236 233 216
  25. Menu = 255 255 255
  26. Background = 157 172 189
  27. Btnface = 236 233 216
  28. Highlight = 147 160 112
  29.  
  30. ActiveCaption = 139 161 105
  31. CaptionText = 255 255 255
  32. InactiveCaption = 212 214 186
  33. InactiveCaptionText = 255 255 255
  34. GradientActiveCaption = 198 210 162
  35. GradientInactiveCaption = 212 214 186
  36. HighlightText = 255 255 255
  37. MenuHilight = 147 160 112
  38. BtnShadow = 172 168 153
  39. GrayText = 172 168 153
  40. BtnHighlight = 255 255 255
  41. DkShadow3d = 113 111 100
  42. Light3d = 241 239 226
  43.  
  44. ;---- don't remove these fonts (must specify to be localizable) ----
  45. CaptionFont = Trebuchet MS, 10, bold
  46. CaptionBarHeight = 25
  47. SmallCaptionFont = Tahoma, 8, bold
  48. SMCaptionBarHeight = 17
  49. SMCaptionBarWidth = 17
  50. MenuFont = Tahoma, 8
  51. StatusFont = Tahoma, 8
  52. MsgBoxFont = Tahoma, 8
  53. IconTitleFont = Tahoma, 8
  54.  
  55.  
  56. ;The FlatMenus option allows the author to turn of the 3d border on menus
  57. FlatMenus = true
  58.  
  59. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  60. CssName = cpwebvw.css
  61.  
  62. ;This may allow authors to specify a theme matching XML file.
  63. XmlName = default.xml
  64.  
  65. ; this theme designed for 15-bit color and higher
  66. MinColorDepth = 15
  67.  
  68. ;---------- buttons ---------------------------------
  69. ;Overall button class
  70. [button]
  71.  
  72. ;Normal button
  73. [button.pushbutton]
  74. bgtype = imagefile
  75. SizingMargins = 8, 8, 9, 9
  76. sizingType = Stretch
  77. ContentMargins = 3, 3, 3, 3 
  78. ImageFile=HomeStead\button.bmp
  79. imageCount = 5
  80. ImageLayout = vertical
  81. TextColor = 0 0 0
  82. FillColorHint = 243 243 239; Average fill color (light beige)
  83. BorderColorHint = 5 98 6; Edge color (dark green)
  84. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  85. MinSize= 10, 5
  86.  
  87. ;Makes text for button grey for the disabled state
  88. [button.pushbutton(disabled)]
  89. TextColor = 161 161 146
  90.  
  91. ;Color hint for default state
  92. [button.pushbutton(defaulted)]
  93. AccentColorHint = 169 201 117; Default state hilite color (green)
  94.  
  95. ;Checkboxes
  96. [button.checkbox]
  97. bgtype = imagefile
  98. imagelayout=vertical
  99. sizingType = TrueSize
  100. SizingMargins = 0, 0, 0, 0
  101. ContentMargins = 0, 0, 0, 0
  102. imageCount = 12
  103. MirrorImage = false
  104. FillColorHint = 33 161 33; Checkmark color (green)
  105. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  106. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  107.  
  108.  
  109. ;----- Multiple control sizes for different video adapter resolution settings ----
  110. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  111. TrueSizeScalingType = Dpi
  112. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  113. UniformSizing   = true  ; if you must stretch, do width & height equally
  114. ImageFile1  = HomeStead\CheckBox13.bmp
  115. ImageFile2  = HomeStead\CheckBox16.bmp
  116. ImageFile3  = HomeStead\CheckBox25.bmp
  117. MinDpi1=96
  118. MinDpi2=118
  119. MinDpi3=185
  120.  
  121. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  122. ;to grey for the corresponding states.
  123. [button.checkbox(checkeddisabled)]
  124. TextColor = 161 161 146
  125.  
  126. [button.checkbox(uncheckeddisabled)]
  127. TextColor = 161 161 146
  128.  
  129. [button.checkbox(mixeddisabled)]
  130. TextColor = 161 161 146
  131.  
  132. ;Radio buttons
  133. [button.radiobutton]
  134. bgtype = imagefile
  135. imagelayout=vertical
  136. transparent=true
  137. sizingType = TrueSize
  138. SizingMargins = 0, 0, 0, 0
  139. ContentMargins = 0, 0, 0, 0
  140. imageCount = 8
  141. FillColorHint = 33 161 33; Selection dot color (green)
  142. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  143. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  144.  
  145. ;----- Multiple control sizes for different video adapter resolution settings ----
  146. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  147. TrueSizeScalingType = Dpi
  148. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  149. UniformSizing   = true  ; if you must stretch, do width & height equally
  150. ImageFile1  = HomeStead\RadioButton13.bmp
  151. ImageFile2  = HomeStead\RadioButton16.bmp
  152. ImageFile3  = HomeStead\RadioButton25.bmp
  153. MinDpi1=96
  154. MinDpi2=118
  155. MinDpi3=185
  156.  
  157. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  158. ;to grey for the corresponding states.
  159. [button.radiobutton(checkeddisabled)]
  160. TextColor = 161 161 146
  161.  
  162. [button.radiobutton(uncheckeddisabled)]
  163. TextColor = 161 161 146
  164.  
  165. ;The line enclosing a group of controls
  166. [button.groupbox]
  167. TextColor = 153 84 10
  168. bgtype = imagefile
  169. SizingMargins = 4, 4, 4, 4
  170. sizingType = Tile
  171. ImageFile=HomeStead\GroupBox.bmp
  172. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  173. ;draw on top of the controls it surrounds)
  174. borderOnly = true
  175. transparent = true
  176. BorderColorHint = 208 208 191; Dark beige edge color
  177. NormalSize = 9999, 9999   ; never source size a groupbox (from IE)
  178.  
  179.  
  180. ;----------- combobox --------------------------------
  181. ;Dropdown controls
  182. [Combobox]
  183. ; Globals for the entire control
  184. BgType  = BorderFill
  185. BorderSize  = 1
  186. FillColor   = 255 255 255 
  187. BorderColor = 164 185 127
  188.  
  189. [Combobox(Hot)]
  190. ; Globals when the mouse is over the control
  191. BorderColor = 164 185 127
  192.  
  193.  
  194. [Combobox(Disabled)]
  195. ; Globals when the control is disabled
  196. BorderColor = 201 199 186
  197. FillColor   = 245 244 234
  198.  
  199.  
  200. ;The down pointing triangle button
  201. [Combobox.DropDownButton]
  202. BgType  = imagefile
  203. imagelayout = vertical
  204. SizingType  = Stretch
  205. ImageFile   = HomeStead\ComboButton.bmp
  206. SizingMargins = 3, 3, 3, 3
  207. ContentMargins = 0, 0, 0, 0
  208. ImageCount  = 4
  209. GlyphType   = ImageGlyph
  210. GlyphImageFile  = HomeStead\ComboButtonGlyph.bmp
  211. GlyphTransparent= true
  212. FillColorHint = 160 176 134; Average fill color (dark green)
  213. BorderColorHint = 255 255 255; Edge color (white)
  214.  
  215.  
  216. ;----------- edit --------------------------------
  217. [edit]
  218. BgType  = BorderFill
  219. BorderSize  = 1
  220. FillColor   = 255 255 255 
  221. BorderColor = 164 185 127
  222.  
  223. [edit.edittext(Disabled)]
  224. FillColor   = 235 235 228
  225. TextColor   = 161 161 146
  226.  
  227. [edit.edittext(ReadOnly)]
  228. FillColor   = 235 235 228
  229. TextColor   = 0 0 0
  230.  
  231.  
  232. ;----------- listbox --------------------------------
  233. [Listbox]
  234. BgType  = BorderFill
  235. BorderSize  = 1
  236. FillColor   = 255 255 255 
  237. BorderColor = 164 185 127
  238.  
  239.  
  240. ;--------- Scrollbar -------------------------
  241. [ScrollBar]
  242.  
  243. ;The buttons, both horizontal and vertical in one strip
  244. ; Scrollbar Arrow Buttons
  245. [ScrollBar.ArrowBtn]
  246. BgType  = ImageFile
  247. SizingMargins = 5, 5, 5, 5
  248. ContentMargins = 0, 0, 3, 3
  249. SizingType = Stretch
  250. ImageFile=HomeStead\ScrollArrows.bmp
  251. ImageCount = 16
  252. ImageLayout = Vertical
  253. GlyphType   = ImageGlyph
  254. GlyphTransparent= True
  255. FillColorHint = 160 176 134; Average fill color (dark green)
  256. BorderColorHint = 255 255 255; Edge color (white)
  257.  
  258. ;----- the two sizes of scrollbar arrow glyphs ----
  259. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  260. TrueSizeScalingType = size
  261. SourceShrink = True
  262. TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  263. UniformSizing   = true; if you must stretch, do width & height equally
  264. ImageFile1  = HomeStead\ScrollArrowGlyphsSmall.bmp
  265. ImageFile2  = HomeStead\ScrollArrowGlyphs.bmp
  266. MinSize1  = 7, 7
  267. MinSize2  = 9, 9 
  268. NormalSize = 7, 10
  269.  
  270. ; Scrollbar Thumb (horizontal)
  271. [Scrollbar.ThumbBtnHorz]
  272. BgType  = ImageFile
  273. SizingMargins = 5, 5, 5, 5
  274. ContentMargins = 4, 4, 0, 0
  275. ImageFile   = HomeStead\ScrollThumbHorizontal.bmp
  276. ImageCount  = 4
  277. ImageLayout = Vertical
  278. FillColorHint = 160 176 134; Average fill color (dark green)
  279. BorderColorHint = 255 255 255; Edge color (white)
  280.  
  281. ;A visual element in the middle of the scrollbar thumb
  282. [Scrollbar.GripperHorz]
  283. BgType  = ImageFile
  284. SizingType  = TrueSize
  285. ImageFile   = HomeStead\ScrollThumbGripperHorizontal.BMP
  286. imagelayout = vertical
  287. Transparent = True
  288. ImageCount  = 4
  289.  
  290. ; Scrollbar Thumb (vertical)
  291. [Scrollbar.ThumbBtnVert]
  292. BgType  = ImageFile
  293. SizingMargins = 5, 5, 5, 5
  294. ContentMargins = 0, 0, 4, 4
  295. ImageFile   = HomeStead\ScrollThumbVertical.bmp
  296. ImageCount  = 4
  297. ImageLayout = vertical
  298. FillColorHint = 160 176 134; Average fill color (dark green)
  299. BorderColorHint = 255 255 255; Edge color (white)
  300.  
  301. ;A visual element in the middle of the scrollbar thumb
  302. [Scrollbar.GripperVert]
  303. BgType  = ImageFile
  304. SizingType  = TrueSize
  305. ImageFile   = HomeStead\ScrollThumbGripperVertical.BMP
  306. ImageCount  = 4
  307. Transparent = True
  308. ImageLayout = Vertical
  309.  
  310.  
  311. ; Scrollbar Tracks (horizontal)
  312. [Scrollbar.LowerTrackHorz]
  313. BgType  = imagefile
  314. ImageFile=HomeStead\ScrollShaftHorizontal.bmp
  315. SizingMargins = 0, 0, 1, 1
  316. ImageCount = 4
  317. ImageLayout = Vertical
  318. FillColorHint = 244 243 238; Average fill color (light warm grey)
  319.  
  320.  
  321. [Scrollbar.UpperTrackHorz]
  322. BgType  = imagefile
  323. ImageFile=HomeStead\ScrollShaftHorizontal.bmp
  324. SizingMargins = 0, 0, 1, 1
  325. ImageCount = 4
  326. ImageLayout = Vertical
  327. FillColorHint = 244 243 238; Average fill color (light warm grey)
  328.  
  329. ; Scrollbar Tracks (vertical)
  330. [Scrollbar.LowerTrackVert]
  331. BgType  = imagefile
  332. ImageFile=HomeStead\ScrollShaftVertical.bmp
  333. SizingMargins = 1, 1, 0, 0
  334. ImageCount = 4
  335. ImageLayout = Vertical
  336. FillColorHint = 244 243 238; Average fill color (light warm grey)
  337.  
  338. [Scrollbar.UpperTrackVert]
  339. BgType  = imagefile
  340. ImageFile=HomeStead\ScrollShaftVertical.bmp
  341. SizingMargins = 1, 1, 0, 0
  342. ImageCount = 4
  343. ImageLayout = Vertical
  344. FillColorHint = 244 243 238; Average fill color (light warm grey)
  345.  
  346. [ScrollBar.SizeBox]
  347. ImageFile=HomeStead\ResizeGrip2.bmp
  348. bgtype = imagefile
  349. imageCount = 2
  350. sizingType = trueSize
  351. Transparent = True
  352. TransparentColor = 255 0 0
  353. FillColorHint = 184 180 163; Gripper dot color (dark beige)
  354. VAlign = Bottom
  355.  
  356. ;----------- spin --------------------------------
  357. ;Spin buttons for incrementing values in a field
  358. [spin]
  359. bgtype = imagefile
  360. sizingType = tile
  361. ImageFile=HomeStead\FieldOutlineBlue.bmp
  362. SizingMargins = 2, 2, 2, 2
  363. imageCount = 1
  364.  
  365. [Spin.Up]
  366. bgtype = imagefile
  367. sizingType = stretch
  368. ImageFile=HomeStead\SpinButtonBackgroundUp.bmp
  369. SizingMargins = 4, 4, 4, 4
  370. ContentMargins = 0, 0, 0, 0
  371. imageCount = 4
  372. ImageLayout = Vertical
  373. GlyphType   = ImageGlyph
  374. GlyphImageFile  = HomeStead\SpinUpGlyph.bmp
  375. GlyphTransparent= True
  376. FillColorHint = 160 176 134; Average fill color (dark green)
  377. BorderColorHint = 255 255 255; Edge color (white)
  378.  
  379. [Spin.Down]
  380. bgtype = imagefile
  381. sizingType = tile
  382. ImageFile=HomeStead\SpinButtonBackgroundDown.bmp
  383. SizingMargins = 4, 4, 4, 4
  384. ContentMargins = 0, 0, 0, 0
  385. imageCount = 4
  386. ImageLayout = Vertical
  387. GlyphType   = ImageGlyph
  388. GlyphImageFile  = HomeStead\SpinDownGlyph.bmp
  389. GlyphTransparent= True
  390. FillColorHint = 160 176 134; Average fill color (dark green)
  391. BorderColorHint = 255 255 255; Edge color (white)
  392.  
  393. [Spin.Uphorz]
  394. bgtype = imagefile
  395. sizingType = stretch
  396. ImageFile=HomeStead\SpinButtonBackgroundRight.bmp
  397. SizingMargins = 4, 4, 4, 4
  398. ContentMargins = 0, 0, 0, 0
  399. imageCount = 4
  400. ImageLayout = Vertical
  401. GlyphType   = ImageGlyph
  402. GlyphImageFile=HomeStead\SpinRightGlyph.bmp
  403. GlyphTransparent = True
  404. FillColorHint = 160 176 134; Average fill color (dark green)
  405. BorderColorHint = 255 255 255; Edge color (white)
  406.  
  407. [Spin.Downhorz]
  408. bgtype = imagefile
  409. sizingType = Stretch
  410. ImageFile=HomeStead\SpinButtonBackgroundLeft.bmp
  411. SizingMargins = 4, 4, 4, 4
  412. ContentMargins = 0, 0, 0, 0
  413. imageCount = 4
  414. ImageLayout = Vertical
  415. GlyphType   = ImageGlyph
  416. GlyphImageFile=HomeStead\SpinLeftGlyph.bmp
  417. GlyphTransparent = True
  418. FillColorHint = 160 176 134; Average fill color (dark green)
  419. BorderColorHint = 255 255 255; Edge color (white)
  420.  
  421. ;----------- rebar --------------------------------
  422. ;Rebar is a container for toolbars
  423.  
  424. [Rebar]
  425. bgtype =imagefile
  426. sizingtype=stretch
  427. ImageFile=HomeStead\ToolbarBackground.bmp
  428. sizingmargins= 0, 0, 0, 4
  429. Font                = Tahoma, 8
  430. TextColor           = 127 124 115
  431. FillColorHint = 241 243 239; Background color of toolbars (light beige)
  432.  
  433.  
  434. [Rebar.Band]
  435. bgtype = none
  436. ContentMargins    = 2, 0, 0, 0
  437. EdgeShadowColor = 216 210 189
  438.  
  439.  
  440. [Rebar.Gripper]
  441. bgtype = imagefile
  442. SizingMargins   = 2, 1, 4, 2 
  443. ContentMargins    = 2, 1, 0, 0
  444. ImageFile    = HomeStead\ToolbarGripper.bmp
  445. sizingType     = Tile
  446. Transparent     = true
  447. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  448.  
  449. [Rebar.GripperVert]
  450. bgtype = imagefile
  451. SizingMargins = 3, 3, 2, 1
  452. ContentMargins    = 1, 2, 0, 0
  453. ImageFile=HomeStead\ToolbarGripperVert.bmp
  454. sizingType = Tile
  455. Transparent = true
  456. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  457.  
  458. [Rebar.Chevron]
  459. SizingMargins = 4, 4, 4, 4
  460. ContentMargins = 0, 0, 0, 0
  461. ImageFile=HomeStead\ToolbarButtons.bmp
  462. bgtype = imagefile
  463. imagelayout = vertical
  464. imageCount= 6
  465. sizingType= Stretch
  466. Transparent = true
  467. GlyphType   = ImageGlyph
  468. GlyphImageFile  = HomeStead\Chevron.bmp
  469. GlyphTransparent= true
  470. VAlign = Top
  471. FillColorHint = 0 0 0; Glyph color (black)
  472.  
  473.  
  474. [Rebar.ChevronVert]
  475. SizingMargins = 4, 4, 4, 4
  476. ContentMargins = 0, 0, 0, 0
  477. ImageFile=HomeStead\ToolbarButtons.bmp
  478. bgtype = imagefile
  479. imagelayout = vertical
  480. imageCount= 6
  481. sizingType= Stretch
  482. Transparent = true
  483. GlyphType   = ImageGlyph
  484. GlyphImageFile  = HomeStead\Chevron.bmp
  485. GlyphTransparent= true
  486. VAlign = Top
  487. FillColorHint = 0 0 0; Glyph color (black)
  488.  
  489. ;----------- toolbar--------------------------------
  490. ;Button bars and menu bars in some applicatons
  491.  
  492. [Toolbar]
  493. BgType  = Borderfill
  494. Bordersize  = 0
  495. FillColor   = 236 233 216
  496. TextColor   = 0 0 0
  497.  
  498. [Toolbar(Pressed)]
  499. TextColor= 255 255 255
  500.  
  501. [Toolbar.Button]
  502. SizingMargins = 4, 4, 4, 4
  503. ContentMargins = 0, 0, 0, 0
  504. ImageFile=HomeStead\ToolbarButtons.bmp
  505. bgtype = imagefile
  506. imagelayout = vertical
  507. imageCount = 6
  508. sizingType = Stretch
  509. Transparent = true
  510. TransparentColor = 255 0 255
  511. FillColorHint = 241 243 239; Average fill color (light beige)
  512. BorderColorHint = 206 206 195; Edge color (dark beige)
  513.  
  514. [Toolbar.Separator]
  515. SizingMargins = 5, 2, 2, 1
  516. ImageFile=HomeStead\Separator.bmp
  517. bgtype = imagefile
  518. imageCount = 1
  519. sizingType = tile
  520. Transparent = true
  521. TransparentColor = 255 0 0
  522. FillColorHint = 202 198 175; Darker separator color (medium beige)
  523.  
  524. [Toolbar.SeparatorVert]
  525. SizingMargins = 2, 1, 5, 1
  526. ImageFile=HomeStead\SeparatorVert.bmp
  527. bgtype = imagefile
  528. imageCount = 1
  529. sizingType = tile
  530. Transparent = true
  531. TransparentColor = 255 0 0
  532. FillColorHint = 202 198 175; Darker separator color (medium beige)
  533.  
  534.  
  535. [Toolbar.DropdownButton]
  536. SizingMargins = 4, 4, 4, 4
  537. ContentMargins = 0, 0, 0, 0
  538. ImageFile=HomeStead\ToolbarButtons.bmp
  539. bgtype = imagefile
  540. imagelayout = vertical
  541. imageCount = 6
  542. sizingType = Stretch
  543. Transparent = true
  544. TransparentColor = 255 0 255
  545. FillColorHint = 241 243 239; Average fill color (light beige)
  546. BorderColorHint = 206 206 195; Edge color (dark beige)
  547.  
  548. [Toolbar.SplitButton]
  549. SizingMargins = 4, 2, 4, 4
  550. ImageFile=HomeStead\ToolbarButtonsSplit.bmp
  551. bgtype = imagefile
  552. imagelayout = vertical
  553. imageCount = 6
  554. sizingType = Stretch
  555. Transparent = true
  556. TransparentColor = 255 0 255
  557. FillColorHint = 241 243 239; Average fill color (light beige)
  558. BorderColorHint = 206 206 195; Edge color (dark beige)
  559.  
  560. [Toolbar.SplitButtonDropdown]
  561. SizingMargins = 2, 4, 4, 4
  562. ImageFile=HomeStead\ToolbarButtonsSplitDropdown.bmp
  563. bgtype = imagefile
  564. imagelayout = vertical
  565. imageCount = 6
  566. sizingType = Stretch
  567. Transparent = true
  568. TransparentColor = 255 0 255
  569. GlyphType   = ImageGlyph
  570. GlyphImageFile  = HomeStead\ToolbarButtonsSplitDropdownGlyph.bmp
  571. GlyphTransparent= true
  572. FillColorHint = 241 243 239; Average fill color (light beige)
  573. BorderColorHint = 206 206 195; Edge color (dark beige)
  574.  
  575.  
  576. ;----------- status--------------------------------
  577. ;The area at the bottom of a window containing miscellaneous status info
  578. ;The first is the container for the status sections
  579. [Status]
  580. SizingMargins = 50, 17, 5, 9
  581. ImageFile=HomeStead\StatusBackground.bmp
  582. bgtype = imagefile
  583. imageCount = 1
  584. sizingType = Tile
  585. FillColorHint = 236 233 216; Average fill color (beige)
  586.  
  587. ;The individual status item backgrounds
  588. [Status.Pane]
  589. SizingMargins = 0, 2, 2, 2
  590. ImageFile=HomeStead\StatusPane.bmp
  591. bgtype = imagefile
  592. imageCount = 1
  593. sizingType = Tile
  594. Transparent = True
  595. TransparentColor = 255 0 0 
  596.  
  597. ;The individual status item backgrounds
  598. [Status.GripperPane]
  599. bgtype = none
  600.  
  601. ;The resize corner
  602. [Status.Gripper]
  603. ContentMargins=0,0,0,0
  604. ImageFile=HomeStead\ResizeGrip2.bmp
  605. bgtype = imagefile
  606. imageCount = 2
  607. sizingType = trueSize
  608. Transparent = True
  609. TransparentColor = 255 0 0 
  610. FillColorHint = 184 180 163; Resize gripper dots (dark beige)
  611. VAlign = Bottom
  612.  
  613.  
  614. ;----------- list view --------------------------------
  615. ;Icon, list, details, etc.
  616.  
  617. [ListView]
  618. BgType  = BorderFill
  619. BorderSize  = 1
  620. FillColor   = 255 255 255 
  621. BorderColor = 164 185 127
  622.  
  623.  
  624. ;----------- Tree view --------------------------------
  625.  
  626. [TreeView]
  627. BgType  = BorderFill
  628. BorderSize  = 1
  629. FillColor   = 255 255 255 
  630. BorderColor = 164 185 127
  631.  
  632. [TreeView.Glyph]
  633. bgtype = imagefile
  634. ImageFile=HomeStead\treeExpandCollapse.bmp
  635. SizingType = TrueSize
  636. imagecount = 2
  637. imageLayout=vertical
  638.  
  639.  
  640.  
  641. ;----------- header --------------------------------
  642. ;The area at the top of a list, with clickable headers for sort order
  643. [Header]
  644. bgtype = imagefile
  645. SizingMargins = 0, 0, 0, 3
  646. ImageFile=HomeStead\ListviewHeaderBackground.bmp
  647. sizingType = tile
  648.  
  649. [Header.HeaderItem]
  650. bgtype = imagefile
  651. SizingMargins = 8, 8, 3, 4
  652. ContentMargins = 3, 0, 0, 0
  653. ImageFile=HomeStead\ListViewHeader.bmp
  654. imageCount=5
  655. imageLayout=vertical
  656. sizingType = tile
  657. transparent=true
  658. transparentcolor=255 0 0
  659. FillColorHint = 250 248 243; Average fill color (light beige)
  660. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  661.  
  662.  
  663. ;----------- progress --------------------------------
  664. ;Progress bars
  665. [Progress]
  666. ProgressChunkSize=6
  667. ProgressSpaceSize=2
  668. bgType = borderFill
  669. fillType = Solid
  670. fillColor = 46 211 49
  671. bordersize = 1
  672. borderColor = 235 235 228
  673.  
  674.  
  675. [Progress.Bar]
  676. bgtype = imagefile
  677. ImageFile=HomeStead\ProgressTrack.bmp
  678. MinSize=10,10
  679. sizingMargins = 4, 4, 3, 3
  680. SizingType = tile
  681. FillColorHint = 255 255 255; Background color (white)
  682. BorderColorHint = 104 104 104; Edge color (dark grey)
  683. NormalSize = 100, 18
  684. SourceShrink = true
  685.  
  686. [Progress.Chunk]
  687. bgtype = imagefile
  688. ImageFile=HomeStead\ProgressChunk.bmp
  689. sizingMargins = 0, 0, 6, 5
  690. SizingType = tile
  691. FillColorHint = 229 126 63; Progress indicator color (med orange)
  692.  
  693. [Progress.BarVert]
  694. bgtype = imagefile
  695. ImageFile=HomeStead\ProgressTrackVert.bmp
  696. sizingMargins = 3, 3, 4, 4
  697. SizingType = tile
  698. FillColorHint = 255 255 255
  699. BorderColorHint = 104 104 104
  700.  
  701. [Progress.ChunkVert]
  702. bgtype = imagefile
  703. ImageFile=HomeStead\ProgressChunkVert.bmp
  704. sizingMargins = 6, 5, 0, 0
  705. SizingType = tile
  706. FillColorHint = 229 126 63; Progress indicator color (med orange)
  707.  
  708.  
  709. ;----------- tab --------------------------------
  710. [Tab]
  711. bgType = borderFill
  712. fillType = Solid
  713. fillColor = 236 233 216
  714. bordersize = 0
  715.  
  716.  
  717. ;The whole content area of a tab page
  718. [Tab.Pane]
  719. bgtype = imagefile
  720. ImageFile=HomeStead\TabPaneEdge.bmp
  721. sizingMargins = 2, 4, 2, 4
  722. SizingType = stretch
  723. imagecount = 1
  724. FillColorHint = 251 251 253; Light tab background color (very light beige)
  725. BorderColorHint = 145 155 156; Edge color (dark grey)
  726.  
  727. [Tab.TabItem]
  728. SizingMargins = 6, 6, 6, 6
  729. ContentMargins = 0, 0, 0, 0
  730. bgtype=imagefile
  731. ImageFile=HomeStead\tabItem.bmp
  732. imagecount=5
  733. imagelayout=vertical
  734. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  735. BorderColorHint = 166 161 166; Edge color (grey)
  736. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  737.  
  738.  
  739. [Tab.TabItemLeftEdge]
  740. SizingMargins = 6, 6, 6, 6
  741. ContentMargins = 0, 0, 0, 0
  742. bgtype=imagefile
  743. ImageFile=HomeStead\tabItemLeft.bmp
  744. imagecount=5
  745. imagelayout=vertical
  746. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  747. BorderColorHint = 166 161 166; Edge color (grey)
  748. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  749.  
  750.  
  751. [Tab.TabItemRightEdge]
  752. SizingMargins = 6, 6, 6, 6
  753. ContentMargins = 0, 0, 0, 0
  754. bgtype=imagefile
  755. ImageFile=HomeStead\tabItemRight.bmp
  756. imagecount=5
  757. imagelayout=vertical
  758. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  759. BorderColorHint = 166 161 166; Edge color (grey)
  760. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  761.  
  762.  
  763. [Tab.TabItemBothEdge]
  764. SizingMargins = 6, 6, 6, 6
  765. ContentMargins = 0, 0, 0, 0
  766. bgtype=imagefile
  767. ImageFile=HomeStead\tabItemBoth.bmp
  768. imagecount=5
  769. imagelayout=vertical
  770. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  771. BorderColorHint = 166 161 166; Edge color (grey)
  772. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  773.  
  774.  
  775. [Tab.TopTabItem]
  776. SizingMargins = 6, 6, 6, 6
  777. ContentMargins = 0, 0, 0, 0
  778. bgtype=imagefile
  779. ImageFile=HomeStead\tabItemTop.bmp
  780. imagecount=5
  781. imagelayout=vertical
  782. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  783. BorderColorHint = 166 161 166; Edge color (grey)
  784. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  785.  
  786.  
  787. [Tab.TopTabItemLeftEdge]
  788. SizingMargins = 6, 6, 6, 6
  789. ContentMargins = 0, 0, 0, 0
  790. bgtype=imagefile
  791. ImageFile=HomeStead\tabItemTopLeft.bmp
  792. imagecount=5
  793. imagelayout=vertical
  794. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  795. BorderColorHint = 166 161 166; Edge color (grey)
  796. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  797.  
  798.  
  799. [Tab.TopTabItemRightEdge]
  800. SizingMargins = 6, 6, 6, 6
  801. ContentMargins = 0, 0, 0, 0
  802. bgtype=imagefile
  803. ImageFile=HomeStead\tabItemTopRight.bmp
  804. imagecount=5
  805. imagelayout=vertical
  806. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  807. BorderColorHint = 166 161 166; Edge color (grey)
  808. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  809.  
  810.  
  811. [Tab.TopTabItemBothEdge]
  812. SizingMargins = 6, 6, 6, 6
  813. ContentMargins = 0, 0, 0, 0
  814. bgtype=imagefile
  815. ImageFile=HomeStead\tabItemTopBoth.bmp
  816. imagecount=5
  817. imagelayout=vertical
  818. FillColorHint = 250 249 233; Light tab background color (very light yellow beige)
  819. BorderColorHint = 166 161 166; Edge color (grey)
  820. AccentColorHint = 227 145 79; Rollover hilite color (dark orange)
  821.  
  822.  
  823. [Tab.Body]
  824. bgtype = imagefile
  825. stockImageFile=HomeStead\TabBackground.bmp
  826. FillColorHint = 251 251 253; Light tab background color (very light beige)
  827.  
  828. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  829. TrueSizeScalingType = Dpi
  830. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  831. ImageFile1  = HomeStead\TabBackground.bmp
  832. ImageFile2  = HomeStead\TabBackground133.bmp
  833. MinDpi1=96
  834. MinDpi2=164
  835.  
  836. ;----------- trackbar --------------------------------
  837. ;Volume sliders, etc.
  838. [TrackBar]
  839. bgType = borderFill
  840. fillType = Solid
  841. fillColor = 235 235 228
  842. bordersize = 1
  843. borderColor = 235 235 228
  844.  
  845. ;The movable part of a horizontal slider (TBS_BOTH style)
  846. [TrackBar.Thumb]
  847. bgtype=imagefile
  848. ImageFile=HomeStead\TrackbarHorizontal.bmp
  849. imagecount=5
  850. imagelayout = vertical
  851. SizingMargins = 3, 4, 3, 4
  852. sizingtype = tile
  853. FillColorHint = 243 243 239; Average background color (light beige)
  854. BorderColorHint = 181 196 205; Edge color (blue grey)
  855. AccentColorHint = 227 145 79; Rollover color (dark orange)
  856.  
  857. ;The movable part of a horizontal slider (TBS_TOP style)
  858. [TrackBar.ThumbTop]
  859. bgtype=imagefile
  860. imagecount=5
  861. imagelayout = vertical
  862. transparent=true
  863. sizingtype = truesize
  864. transparentcolor= 242 241 231
  865. FillColorHint = 243 243 239; Average background color (light beige)
  866. BorderColorHint = 181 196 205; Edge color (blue grey)
  867. AccentColorHint = 227 145 79; Rollover color (dark orange)
  868.  
  869.  
  870. ;----- the three sizes ----
  871. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  872. TrueSizeScalingType = Dpi
  873. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  874. UniformSizing   = true  ; if you must stretch, do width & height equally
  875. ImageFile1  = HomeStead\TrackBarUp13.bmp
  876. ImageFile2  = HomeStead\TrackBarUp16.bmp
  877. ImageFile3  = HomeStead\TrackBarUp25.bmp
  878. MinDpi1=96
  879. MinDpi2=118
  880. MinDpi3=185
  881.  
  882.  
  883. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  884. [TrackBar.ThumbBottom]
  885. bgtype=imagefile
  886. imagecount=5
  887. transparent=true
  888. SizingMargins = 3, 6, 6, 10
  889. sizingtype = truesize
  890. transparentcolor= 242 241 231
  891. ImageLayout = vertical
  892. FillColorHint = 243 243 239; Average background color (light beige)
  893. BorderColorHint = 181 196 205; Edge color (blue grey)
  894. AccentColorHint = 227 145 79; Rollover color (dark orange)
  895.  
  896.  
  897. ;----- the three sizes ----
  898. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  899. TrueSizeScalingType = Dpi
  900. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  901. UniformSizing   = true  ; if you must stretch, do width & height equally
  902. ImageFile1  = HomeStead\TrackBarDown13.bmp
  903. ImageFile2  = HomeStead\TrackBarDown16.bmp
  904. ImageFile3  = HomeStead\TrackBarDown25.bmp
  905. MinDpi1=96
  906. MinDpi2=118
  907. MinDpi3=185
  908.  
  909. ;The movable part of a vertical slider (TBS_BOTH style)
  910. [TrackBar.ThumbVert]
  911. bgtype=imagefile
  912. ImageFile=HomeStead\TrackbarVertical.bmp
  913. SizingMargins = 3, 4, 3, 4
  914. sizingtype = tile
  915. imagecount=5
  916. ImageLayout = vertical
  917. FillColorHint = 243 243 239; Average background color (light beige)
  918. BorderColorHint = 181 196 205; Edge color (blue grey)
  919. AccentColorHint = 227 145 79; Rollover color (dark orange)
  920.  
  921.  
  922. ;The movable part of a vertical slider (TBS_LEFT style)
  923. [TrackBar.ThumbLeft]
  924. bgtype=imagefile
  925. sizingtype = truesize
  926. imagecount=5
  927. transparent=true
  928. transparentcolor= 242 241 231
  929. ImageLayout = vertical
  930. FillColorHint = 243 243 239; Average background color (light beige)
  931. BorderColorHint = 181 196 205; Edge color (blue grey)
  932. AccentColorHint = 227 145 79; Rollover color (dark orange)
  933.  
  934. ;----- the three sizes ----
  935. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  936. TrueSizeScalingType = Dpi
  937. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  938. UniformSizing   = true  ; if you must stretch, do width & height equally
  939. ImageFile1  = HomeStead\TrackBarLeft13.bmp
  940. ImageFile2  = HomeStead\TrackBarLeft16.bmp
  941. ImageFile3  = HomeStead\TrackBarLeft25.bmp
  942. MinDpi1=96
  943. MinDpi2=118
  944. MinDpi3=185
  945.  
  946. ;The movable part of a vertical slider (TBS_RIGHT style)
  947. [TrackBar.ThumbRight]
  948. bgtype=imagefile
  949. ImageFile=HomeStead\TrackbarRight13.bmp
  950. sizingtype = truesize
  951. imagecount=5
  952. transparent=true
  953. transparentcolor= 242 241 231
  954. ImageLayout = vertical
  955. FillColorHint = 243 243 239; Average background color (light beige)
  956. BorderColorHint = 181 196 205; Edge color (blue grey)
  957. AccentColorHint = 227 145 79; Rollover color (dark orange)
  958.  
  959.  
  960. ;----- the three sizes ----
  961. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  962. TrueSizeScalingType = Dpi
  963. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  964. UniformSizing   = true  ; if you must stretch, do width & height equally
  965. ImageFile1  = HomeStead\TrackBarRight13.bmp
  966. ImageFile2  = HomeStead\TrackBarRight16.bmp
  967. ImageFile3  = HomeStead\TrackBarRight25.bmp
  968. MinDpi1=96
  969. MinDpi2=118
  970. MinDpi3=185
  971.  
  972. ;The track along which a slidermoves
  973. [TrackBar.Track]
  974. bgtype=imagefile
  975. ImageFile=HomeStead\sliderTrack.bmp
  976. imagecount=1
  977. sizingtype = stretch
  978. SizingMargins = 2, 2, 2, 2
  979. FillColorHint = 242 241 233; Background color (light beige)
  980. BorderColorHint = 157 156 153; Edge color (dark grey)
  981.  
  982. ;The vertical track along which a slider moves
  983. [TrackBar.TrackVert]
  984. bgtype=imagefile
  985. ImageFile=HomeStead\sliderTrack.bmp
  986. imagecount=1
  987. sizingtype = stretch
  988. SizingMargins = 2, 2, 2, 2
  989. FillColorHint = 242 241 233; Background color (light beige)
  990. BorderColorHint = 157 156 153; Edge color (dark grey)
  991.  
  992. ;Set the color of the tickmarks drawn for the slider
  993. [TrackBar.Tics]
  994. color=161 161 146
  995.  
  996. ;Set the color of the tickmarks drawn for the vertical slider
  997. [TrackBar.TicsVert]
  998. color=161 161 146
  999.  
  1000.  
  1001.  
  1002.  
  1003. ;----------- tooltip --------------------------------
  1004. ;Set the color or image background for tooltips
  1005. [Tooltip.Close]
  1006. BgType = ImageFile
  1007. ImageFile=HomeStead\BalloonClose.bmp
  1008. imagecount=3
  1009. sizingtype = truesize
  1010. Imagelayout = vertical
  1011.  
  1012.  
  1013.  
  1014. ;-------------- Windows ------------------------
  1015. [Window]
  1016. BgType = ImageFile
  1017. Transparent = true
  1018. TextShadowOffset = 1,1
  1019. TextShadowColor = 65 64 10
  1020.  
  1021. [Window.Caption]
  1022. ImageFile  = HomeStead\FrameCaption.bmp
  1023. SizingMargins = 28, 35, 9, 17
  1024. ContentMargins = 1, 1, 1, 1
  1025. CaptionMargins = 4, 3, 0, 0
  1026. SizingType = stretch
  1027. Imagelayout = vertical
  1028. ImageCount=2
  1029. Transparent = True
  1030. FillColorHint = 170 184 134; Average background color (olive green)
  1031.  
  1032. [Window.Caption(active)]
  1033. TextShadowType = Single
  1034.  
  1035. [Window.CaptionSizingTemplate]
  1036. ImageFile  = HomeStead\FrameCaptionSizing.bmp
  1037. SizingMargins = 28, 35, 9, 17
  1038. ContentMargins = 18, 18, 26, 0
  1039. SizingType = tile
  1040. Imagelayout = vertical
  1041. ImageCount=2
  1042. Transparent = True
  1043. TransparentColor = 0 0 0
  1044.  
  1045. [Window.SmallCaption]
  1046. ImageFile  = HomeStead\SmallFrameCaption.bmp
  1047. SizingMargins = 24, 37, 9, 8
  1048. ContentMargins = 1, 1, 1, 1
  1049. SizingType = tile
  1050. Imagelayout = vertical
  1051. ImageCount=2
  1052. FillColorHint = 170 184 134; Average background color (olive green)
  1053.  
  1054. [Window.SmallCaptionSizingTemplate]
  1055. ImageFile  = HomeStead\SmallFrameCaptionSizing.bmp
  1056. SizingMargins = 24, 37, 9, 8
  1057. ContentMargins = 14, 14, 16, 0
  1058. SizingType = tile
  1059. Imagelayout = vertical
  1060. ImageCount=2
  1061. Transparent = True
  1062. TransparentColor = 0 0 0
  1063.  
  1064. ;The representation of a minimized window in and MDI application
  1065. [Window.MinCaption]
  1066. ImageFile  = HomeStead\FrameCaptionMin.bmp
  1067. ImageCount = 2
  1068. ImageLayout = vertical
  1069. SizingType = stretch
  1070. SizingMargins = 23, 26, 12, 8
  1071. ContentMargins = 3, 3, 0, 3
  1072. CaptionMargins = 4, 3, 0, 0
  1073. FillColorHint = 170 184 134; Average background color (olive green)
  1074.  
  1075. ;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
  1076. ;surrounding the window
  1077. [Window.MaxCaption]
  1078. ImageFile  = HomeStead\FrameMaximized.bmp
  1079. SizingMargins = 28, 35, 9, 17
  1080. ContentMargins = 1, 1, 1, 1
  1081. SizingType = stretch
  1082. SizingType = Tile
  1083. Imagelayout = vertical
  1084. ImageCount=2
  1085. CaptionMargins = 4, 3, 4, 2 
  1086. ContentAlignment = left
  1087. FillColorHint = 170 184 134; Average background color (olive green)
  1088.  
  1089. [Window.MaxCaption(Active)]
  1090. TextShadowType = Single
  1091.  
  1092. [Window.FrameLeft]
  1093. ImageFile=HomeStead\frameLeft.bmp
  1094. SizingMargins = 2, 2, 0, 0
  1095. SizingType = stretch
  1096. ImageLayout = vertical
  1097. ImageCount = 2
  1098. Transparent = FALSE
  1099. Borderonly = FALSE
  1100.  
  1101. [Window.FrameRight]
  1102. ImageFile=HomeStead\frameRight.bmp
  1103. SizingMargins = 2, 2, 0, 0
  1104. SizingType = stretch
  1105. ImageLayout = vertical
  1106. ImageCount = 2
  1107. Transparent = FALSE
  1108. Borderonly = FALSE
  1109.  
  1110. [Window.FrameBottom]
  1111. ImageFile=HomeStead\frameBottom.bmp
  1112. SizingMargins = 5, 5, 2, 2
  1113. SizingType = stretch
  1114. ImageLayout = vertical
  1115. ImageCount = 2
  1116. Transparent = FALSE
  1117. Borderonly = FALSE
  1118.  
  1119. [Window.SmallFrameLeft]
  1120. ImageFile=HomeStead\frameLeft.bmp
  1121. SizingMargins = 2, 2, 0, 0
  1122. SizingType = stretch
  1123. ImageLayout = vertical
  1124. ImageCount = 2
  1125. Transparent = FALSE
  1126. Borderonly = FALSE
  1127.  
  1128. [Window.SmallFrameRight]
  1129. ImageFile=HomeStead\frameRight.bmp
  1130. SizingMargins = 2, 2, 0, 0
  1131. SizingType = stretch
  1132. ImageLayout = vertical
  1133. ImageCount = 2
  1134. Transparent = FALSE
  1135. Borderonly = FALSE
  1136.  
  1137. [Window.SmallFrameBottom]
  1138. ImageFile=HomeStead\frameBottom.bmp
  1139. SizingMargins = 5, 5, 2, 2
  1140. SizingType = stretch
  1141. ImageLayout = vertical
  1142. ImageCount = 2
  1143. Transparent = FALSE
  1144. Borderonly = FALSE
  1145.  
  1146. ;Background for dialog boxes
  1147.  
  1148. [Window.dialog]
  1149. bgType = BorderFill
  1150. FillColor = 236 233 216
  1151. BorderColor = 236 233 216
  1152.  
  1153.  
  1154. ;Close button in Window titlebar
  1155. [Window.CloseButton]
  1156. BgType = ImageFile
  1157. SizingMargins = 5, 5, 5, 5
  1158. ContentMargins = 2, 2, 2, 2
  1159. sizingType = Stretch
  1160. ImageFile=HomeStead\CloseButton.bmp
  1161. GlyphType   = ImageGlyph
  1162. GlyphTransparent = True
  1163. ImageCount = 8
  1164. ImageLayout = Vertical
  1165. OffsetType = TopRight
  1166. Offset = -25, 5
  1167. FillColorHint = 228 93 61; Close box average color (brick red)
  1168. BorderColorHint = 255 255 255; Edge color (white)
  1169.  
  1170. ;----- glyphs ----
  1171. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1172. UniformSizing   = true  ; if you must stretch, do width & height equally
  1173. ImageFile1=homestead\CloseGlyph6.bmp
  1174. ImageFile2=homestead\CloseGlyph9.bmp
  1175. ImageFile3=homestead\CloseGlyph.bmp
  1176. ImageFile4=homestead\CloseGlyph19.bmp
  1177. ImageFile5=homestead\CloseGlyph23.bmp
  1178. MinDpi1=96
  1179. MinDpi2=126
  1180. MinDpi3=170
  1181.  
  1182.  
  1183. ;Maximize button in window titlebar
  1184. [Window.MaxButton]
  1185. BgType = ImageFile
  1186. SizingMargins = 5, 5, 5, 5
  1187. ContentMargins = 2, 2, 2, 2
  1188. sizingType = Stretch
  1189. ImageFile=HomeStead\CaptionButton.bmp
  1190. GlyphType   = ImageGlyph
  1191. GlyphTransparent = True
  1192. ImageCount = 8
  1193. ImageLayout=Vertical
  1194. OffsetType = TopRight
  1195. Offset = -49, 5
  1196. FillColorHint = 153 168 119; Titlebar button color (olive)
  1197. BorderColorHint = 255 255 255; Edge color (white)
  1198.  
  1199. ;----- glyphs ----
  1200. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1201. UniformSizing   = true  ; if you must stretch, do width & height equally
  1202. ImageFile1=homestead\MaximizeGlyph6.bmp
  1203. ImageFile2=homestead\MaximizeGlyph9.bmp
  1204. ImageFile3=homestead\MaximizeGlyph.bmp
  1205. ImageFile4=homestead\MaximizeGlyph19.bmp
  1206. ImageFile5=homestead\MaximizeGlyph23.bmp
  1207. MinDpi1=96
  1208. MinDpi2=126
  1209. MinDpi3=170
  1210.  
  1211.  
  1212. ;Restore button in window titlebar
  1213. [Window.RestoreButton]
  1214. BgType = ImageFile
  1215. SizingMargins = 5, 5, 5, 5
  1216. ContentMargins = 2, 2, 2, 2
  1217. sizingType = Stretch
  1218. ImageFile=HomeStead\CaptionButton.bmp
  1219. GlyphType   = ImageGlyph
  1220. GlyphTransparent = True
  1221. ImageCount = 8
  1222. ImageLayout=Vertical
  1223. OffsetType = TopRight
  1224. Offset = -49, 5
  1225. FillColorHint = 153 168 119; Titlebar button color (olive)
  1226. BorderColorHint = 255 255 255; Edge color (white)
  1227.  
  1228. ;----- glyphs ----
  1229. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1230. UniformSizing   = true  ; if you must stretch, do width & height equally
  1231. ImageFile1=homestead\RestoreGlyph6.bmp
  1232. ImageFile2=homestead\RestoreGlyph9.bmp
  1233. ImageFile3=homestead\RestoreGlyph.bmp
  1234. ImageFile4=homestead\RestoreGlyph19.bmp
  1235. ImageFile5=homestead\RestoreGlyph23.bmp
  1236. MinDpi1=96
  1237. MinDpi2=126
  1238. MinDpi3=170
  1239.  
  1240.  
  1241. ;Minimize button in window titlebar
  1242. [Window.MinButton]
  1243. BgType = ImageFile
  1244. SizingMargins = 5, 5, 5, 5
  1245. ContentMargins = 2, 2, 2, 2
  1246. sizingType = Stretch
  1247. ImageFile=HomeStead\CaptionButton.bmp
  1248. GlyphType   = ImageGlyph
  1249. GlyphTransparent = True
  1250. ImageCount = 8
  1251. ImageLayout=Vertical
  1252. OffsetType = TopRight
  1253. Offset = -73, 5
  1254. FillColorHint = 153 168 119; Titlebar button color (olive)
  1255. BorderColorHint = 255 255 255; Edge color (white)
  1256.  
  1257.  
  1258.  
  1259. ;----- glyphs ----
  1260. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1261. UniformSizing   = true  ; if you must stretch, do width & height equally
  1262. ImageFile1=homestead\MinimizeGlyph6.bmp
  1263. ImageFile2=homestead\MinimizeGlyph9.bmp
  1264. ImageFile3=homestead\MinimizeGlyph.bmp
  1265. ImageFile4=homestead\MinimizeGlyph19.bmp
  1266. ImageFile5=homestead\MinimizeGlyph23.bmp
  1267. MinDpi1=96
  1268. MinDpi2=126
  1269. MinDpi3=170
  1270.  
  1271. ;Help button in window titlebar--normally only appears on dialog windows
  1272. [Window.HelpButton]
  1273. BgType = ImageFile
  1274. SizingMargins = 5, 5, 5, 5
  1275. ContentMargins = 2, 2, 2, 2
  1276. sizingType = Stretch
  1277. ImageFile=HomeStead\CaptionButton.bmp
  1278. GlyphType   = ImageGlyph
  1279. GlyphTransparent = True
  1280. ImageCount = 8
  1281. ImageLayout=Vertical
  1282. OffsetType = TopRight
  1283. Offset = -73, 5
  1284. MirrorImage = true  ; don't remove this (must specify to be localizable)
  1285. FillColorHint = 153 168 119; Titlebar button color (olive)
  1286. BorderColorHint = 255 255 255; Edge color (white)
  1287.  
  1288.  
  1289.  
  1290. ;----- glyphs ----
  1291. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1292. UniformSizing   = true  ; if you must stretch, do width & height equally
  1293. ImageFile1=homestead\HelpGlyph6.bmp
  1294. ImageFile2=homestead\HelpGlyph9.bmp
  1295. ImageFile3=homestead\HelpGlyph.bmp
  1296. ImageFile4=homestead\HelpGlyph19.bmp
  1297. ImageFile5=homestead\HelpGlyph23.bmp
  1298. MinDpi1=96
  1299. MinDpi2=126
  1300. MinDpi3=170
  1301.  
  1302.  
  1303. ;The Titlebar icon, next to the window title
  1304. [Window.SysButton]
  1305. OffsetType = TopLeft
  1306. Offset = 10, 3
  1307.  
  1308. ;Close button for palette windows
  1309. [Window.SmallCloseButton]
  1310. BgType = ImageFile
  1311. SizingMargins = 5, 5, 5, 5
  1312. ContentMargins = 0, 0, 0, 0
  1313. sizingType = Stretch
  1314. ImageFile=HomeStead\SmallCloseButton.bmp
  1315. GlyphType   = ImageGlyph
  1316. GlyphImageFile=HomeStead\SmallCloseGlyph.bmp
  1317. GlyphTransparent = True
  1318. ImageCount = 8
  1319. ImageLayout = Vertical
  1320. OffsetType = TopRight
  1321. Offset = -16, 3
  1322. FillColorHint = 228 93 61; Close box average color (brick red)
  1323. BorderColorHint = 255 255 255; Edge color (white)
  1324.  
  1325.  
  1326. ;Close button for a maximized MDI window
  1327. [Window.MDICloseButton]
  1328. BgType = ImageFile
  1329. sizingType = stretch
  1330. ImageFile=HomeStead\MDICaptionButton.bmp
  1331. ImageCount=4
  1332. ImageLayout = Vertical
  1333. SizingMargins = 4, 4, 4, 4
  1334. ContentMargins = 0, 0, 0, 0
  1335. OffsetType = TopRight
  1336. Offset = -19, 1
  1337. GlyphType   = ImageGlyph
  1338. GlyphImageFile  = HomeStead\MDIGlyphClose.bmp
  1339. GlyphTransparent= true
  1340. FillColorHint = 241 239 229; Average background color (beige)
  1341. BorderColorHint = 255 255 255; Edge color (white)
  1342.  
  1343.  
  1344. ;Restore button for a maximized MDI window
  1345. [Window.MDIRestoreButton]
  1346. BgType = ImageFile
  1347. sizingType = stretch
  1348. ImageFile=HomeStead\MDICaptionButton.bmp
  1349. ImageCount=4
  1350. ImageLayout = Vertical
  1351. SizingMargins = 4, 4, 4, 4
  1352. ContentMargins = 0, 0, 0, 0
  1353. OffsetType = TopRight
  1354. Offset = -37, 1
  1355. GlyphType   = ImageGlyph
  1356. GlyphImageFile  = HomeStead\MDIGlyphRestore.bmp
  1357. GlyphTransparent= true
  1358. FillColorHint = 241 239 229; Average background color (beige)
  1359. BorderColorHint = 255 255 255; Edge color (white)
  1360.  
  1361.  
  1362.  
  1363. ;Minimize button for a maximized MDI window
  1364. [Window.MDIMinButton]
  1365. BgType = ImageFile
  1366. sizingType = stretch
  1367. ImageFile=HomeStead\MDICaptionButton.bmp
  1368. ImageCount=4
  1369. ImageLayout = Vertical
  1370. SizingMargins = 4, 4, 4, 4
  1371. ContentMargins = 0, 0, 0, 0
  1372. OffsetType = TopRight
  1373. Offset = -53, 1
  1374. GlyphType   = ImageGlyph
  1375. GlyphImageFile  = HomeStead\MDIGlyphMinimize.bmp
  1376. GlyphTransparent= true
  1377. FillColorHint = 241 239 229; Average background color (beige)
  1378. BorderColorHint = 255 255 255; Edge color (white)
  1379.  
  1380.  
  1381. ;-------------- Start Panel -------------------
  1382. [StartPanel]
  1383. bgtype = none
  1384. DefaultPaneSize = 0, 0, 380, 440
  1385.  
  1386. [StartPanel.UserPane]
  1387. UserPicture         = True
  1388. ImageLayout         = Horizontal
  1389. TextColor           = 255 255 255
  1390. Font                = Franklin Gothic Medium, 14
  1391. DefaultPaneSize     = 0, 0, 380, 64
  1392. BgType              = Imagefile
  1393. Transparent         = True
  1394. Imagefile           = HomeStead\StartUserPanel.bmp
  1395. Imagecount          = 1
  1396. SizingMargins       = 59, 60, 62, 0
  1397. sizingType          = Stretch
  1398. TEXTSHADOWOFFSET= 2, 2
  1399. textshadowcolor     = 24 56 2
  1400. TextShadowType      = continuous
  1401. FillColorHint = 183 199 147; Average background (olive)
  1402.  
  1403.  
  1404. [StartPanel.UserPicture]
  1405. BgType = ImageFile
  1406. ImageFile=HomeStead\UserTileBackground.bmp
  1407. Imagecount = 1
  1408. SizingType = Stretch
  1409. SizingMargins = 6, 10, 6, 10
  1410. ContentMargins = 8, 6, 8, 6
  1411. Transparent = true
  1412. FillColorHint = 221 236 191; Average Background (light olive)
  1413.  
  1414.  
  1415. [StartPanel.ProgList]
  1416. DefaultPaneSize = 0, 0, 190, 306
  1417. ContentMargins  = 6 4 9 5
  1418. TextColor   = 55 55 56 
  1419. HotTracking = 133 144 102
  1420. CaptionText = 128 128 128
  1421. BgType  = ImageFile
  1422. SizingType  = Stretch
  1423. SizingMargins   = 2, 153, 3, 0
  1424. sizingType = Stretch
  1425. ImageFile   = HomeStead\StartPanelMFUBackground.bmp
  1426. imagecount  = 1
  1427. FillColorHint = 255 255 255; Background (white)
  1428.  
  1429.  
  1430. [StartPanel.ProgListSeparator]
  1431. BgType = ImageFile
  1432. SizingType = TrueSize
  1433. ImageFile=HomeStead\StartProgramsSeparator.bmp
  1434.  
  1435. [StartPanel.MorePrograms]
  1436. DefaultPaneSize = 0, 0, 190, 30
  1437. TextColor           = 55 55 56
  1438. HotTracking         = 133 144 102
  1439. Font                = Tahoma, 8, Bold
  1440. BgType              = ImageFile
  1441. SizingType          = Stretch
  1442. SizingMargins       = 3, 0, 0, 1
  1443.  
  1444. ;  left and right contentmargins should match proglist
  1445. ContentMargins  = 8, 8, 0, 6
  1446. ImageFile   = HomeStead\StartPanelMoreProgBackGround.BMP
  1447. imagecount  = 1
  1448. sizingType = Stretch
  1449.  
  1450. [StartPanel.MoreProgramsArrow]
  1451. BgType  = ImageFile
  1452. SizingType  = TrueSize
  1453. ImageFile   = HomeStead\StartPanelMoreProgArrow.bmp
  1454. ImageCount  = 1
  1455. FillColorHint = 108 207 108; Average color (green)
  1456.  
  1457. [StartPanel.MoreProgramsArrow(hot)]
  1458. BgType  = ImageFile
  1459. SizingType  = TrueSize
  1460. ImageFile   = HomeStead\StartPanelMoreProgArrowHot.bmp
  1461. ImageCount  = 1
  1462. FillColorHint = 107 239 107; Average color (bright green)
  1463.  
  1464. [StartPanel.PlacesList]
  1465. DefaultPaneSize = 0, 0, 190, 336
  1466. ContentMargins  = 4 6 9 5
  1467. TextColor           = 84 95 56
  1468. HotTracking         = 80 150 248
  1469. BgType              = imageFile
  1470. ImageFile=HomeStead\StartPanelPlacesBackground.bmp
  1471. imagecount = 1
  1472. SizingMargins = 172, 7, 3, 1
  1473. sizingType = Stretch
  1474. FillColorHint = 242 241 228; Average Background (light orange)
  1475.  
  1476. [StartPanel.PlacesListSeparator]
  1477. BgType = ImageFile
  1478. SizingType = TrueSize
  1479. ImageFile=HomeStead\StartPlacesSeparator.bmp
  1480.  
  1481. [StartPanel.Logoff]
  1482. ContentMargins =  0, 0, 4, 2
  1483. DefaultPaneSize = 0, 0, 380, 40
  1484. TextColor   = 65 64 10
  1485. HotTracking = 255 255 255
  1486. bgType = imagefile
  1487. ImageFile=HomeStead\StartPanelLogoffBackground.bmp
  1488. imagecount = 1
  1489. sizingMargins = 49, 47, 0, 38
  1490. sizingType = Stretch
  1491. FillColorHint = 183 199 147; Average background (olive)
  1492.  
  1493. ;; note that if you want transparent LogoffButtons they MUST be 32 bit
  1494. ;; images with an alphachanel, not 8 or 24 bit images with a TransparentColor
  1495. [StartPanel.LogoffButtons]
  1496. BgType  = ImageFile
  1497. Transparent = True
  1498. SizingType  = TrueSize
  1499. ImageFile   = HomeStead\StartPanelLogoffButtons.bmp
  1500. ImageCount  = 1
  1501.  
  1502. [StartPanel.LogoffButtons(hot)]
  1503. BgType  = ImageFile
  1504. Transparent = True
  1505. SizingType  = TrueSize
  1506. ImageFile   = HomeStead\StartPanelLogoffButtonsHot.bmp
  1507. ImageCount  = 1
  1508.  
  1509.  
  1510. ;-------------- Taskbar specific --------------
  1511. [Start::Button]
  1512. BgType  = ImageFile
  1513. SizingType  = Stretch
  1514. SizingMargins   = 6, 52, 13, 14
  1515. ContentMargins  = 10, 24, 2, 4
  1516. ImageFile   = HomeStead\StartButton.bmp
  1517. ImageCount  = 3
  1518. ImageLayout = Vertical
  1519. Transparent = True
  1520. Font= Franklin Gothic Medium, 14, italic
  1521. TextColor   = 255 255 255
  1522. TEXTSHADOWOFFSET= 2, 2
  1523. textshadowcolor = 69 76 16
  1524. TextShadowType  = continuous
  1525. FillColorHint = 125 151 96; Average background (dark olive)
  1526.  
  1527. [StartMenu::MenuBand]
  1528. TextColor   = 0 0 0
  1529.  
  1530. [StartMenu::MenuBand(Hot)]
  1531. TextColor   = 255 255 255
  1532.  
  1533. [StartMenu::MenuBand.NewAppButton]
  1534. BgType  = ImageFile
  1535. SizingType  = Stretch
  1536. SizingMargins   = 6, 1, 0, 0
  1537. ContentMargins  = 10, 0, 3, 0
  1538. ImageFile   = HomeStead\StartGroupNewAppButton.bmp
  1539. ImageCount  = 1
  1540. Transparent    = True
  1541. TransparentColor= 255 0 0
  1542. FillcolorHint = 254 234 182; Background newly installed app color (light orange)
  1543.  
  1544. [StartMenu::MenuBand.Seperator]
  1545. BgType  = ImageFile
  1546. SizingType  = Stretch
  1547. SizingMargins   = 6, 1, 3, 0
  1548. ContentMargins  = 10, 0, 3, 0
  1549. ImageFile   = HomeStead\StartGroupSeperator.bmp
  1550. ImageCount  = 1
  1551. Transparent    = True
  1552. TransparentColor= 255 0 0
  1553. FillColorHint = 211 211 200; Separator color (grey)
  1554.  
  1555. [StartMenu::Toolbar]
  1556. BgType  = ImageFile
  1557. ImageFile    = HomeStead\StartGroupBackground.bmp
  1558. SizingType    = Stretch
  1559. SizingMargins    = 6, 5, 3, 4
  1560. ContentMargins    = 0, 0, 0, 0
  1561. Font= Tahoma, 8
  1562. TextColor   = 0 0 0
  1563. FillColorHint = 255 255 255; Background of More Programs menu (white)
  1564. AccentColorHint = 142 152 102; Left edge of More Programs menu (olive)
  1565.  
  1566.  
  1567. [StartMenu::Toolbar(Hot)]
  1568. TextColor   = 255 255 255
  1569.  
  1570. [StartMenu::Toolbar.Button]
  1571. BgType  = ImageFile
  1572. SizingType  = Stretch
  1573. SizingMargins   = 6, 1, 0, 0
  1574. ContentMargins  = 10, 0, 3, 0
  1575. ImageFile   = HomeStead\StartGroupToolbarButton.bmp
  1576. ImageCount  = 3
  1577. ImageLayout    = vertical
  1578. Transparent    = True
  1579. TransparentColor= 255 0 0
  1580. FillColorHint = 147 160 112; Rollover of item on More Programs menu (dark olive)
  1581.  
  1582.  
  1583. [TaskBar::Toolbar]
  1584. BgType  = None
  1585. Font= Tahoma, 8
  1586. TextColor   = 65 64 10
  1587.  
  1588. [TaskBar::Toolbar.Button]
  1589. BgType  = ImageFile
  1590. SizingType  = Stretch
  1591. SizingMargins   = 4, 4, 16, 8
  1592. ContentMargins  = 0, 0, 4, 4
  1593. ImageFile   = HomeStead\TaskBandButtonNoEdge.bmp
  1594. ImageCount  = 6
  1595. ImageLayout = vertical
  1596. Transparent = True
  1597. FillColorHint = 199 208 168; Average background color (light olive)
  1598.  
  1599. [TaskBar::Toolbar.DropdownButton]
  1600. BgType  = ImageFile
  1601.  
  1602. SizingType  = Stretch
  1603. SizingMargins   = 4, 4, 16, 8
  1604. ContentMargins  = 2, 0, 4, 4
  1605. ImageFile   = HomeStead\TaskBandButtonNoEdge.bmp
  1606. ImageCount  = 6
  1607. ImageLayout = vertical
  1608. Transparent = True
  1609. FillColorHint = 199 208 168; Average background color (light olive)
  1610.  
  1611. [TaskBarVert::Toolbar]
  1612. BgType  = None
  1613. Font= Tahoma, 8
  1614. TextColor   = 65 64 10
  1615.  
  1616. [TaskBar::Toolbar(checked)]
  1617. TextColor = 255 255 255
  1618.  
  1619. [TaskBar::Toolbar(pressed)]
  1620. TextColor = 255 255 255
  1621.  
  1622. [TaskBar::Toolbar(hotchecked)]
  1623. TextColor = 255 255 255
  1624.  
  1625. [TaskBarVert::Toolbar(checked)]
  1626. TextColor = 255 255 255
  1627.  
  1628. [TaskBarVert::Toolbar(pressed)]
  1629. TextColor = 255 255 255
  1630.  
  1631. [TaskBarVert::Toolbar(hotchecked)]
  1632. TextColor = 255 255 255
  1633.  
  1634. [TaskBarVert::Toolbar.Button]
  1635. BgType  = ImageFile
  1636. SizingType  = Stretch
  1637. SizingMargins   = 4, 4, 15, 3
  1638. ContentMargins  = 1, 1, 1, 1
  1639. ImageFile   = HomeStead\TaskBandButtonNoEdgeVertical.bmp
  1640. ImageCount  = 6
  1641. ImageLayout = vertical
  1642. Transparent = True
  1643. FillColorHint = 199 208 168; Average background color (light olive)
  1644.  
  1645. [TaskBarVert::Toolbar.DropdownButton]
  1646. BgType  = ImageFile
  1647. SizingType  = Stretch
  1648. SizingMargins   = 4, 4, 15, 3
  1649. ContentMargins  = 1, 1, 1, 1
  1650. ImageFile   = HomeStead\TaskBandButtonNoEdgeVertical.bmp
  1651. ImageCount  = 6
  1652. ImageLayout = vertical
  1653. Transparent = True
  1654. FillColorHint = 199 208 168; Average background color (light olive)
  1655.  
  1656. [TaskBar::Rebar]
  1657. BgType  = None
  1658. Font= Tahoma, 8
  1659. TextColor   = 255 255 255
  1660.  
  1661. [TaskBar::Rebar.Band]
  1662. BgType  = None
  1663.  
  1664. [TaskBar::Rebar.Gripper]
  1665. BgType  = ImageFile
  1666. SizingType  = Tile
  1667. SizingMargins   = 0, 0, 6, 4
  1668. ContentMargins  = 2, 1, 0, 0
  1669. ImageFile   = HomeStead\TaskbarGripper.bmp
  1670. ImageCount  = 1
  1671. Transparent = True
  1672. TransparentColor= 255 0 255
  1673. FillColorHint = 134 146 105; Gripper dot color (dark olive)
  1674.  
  1675. [TaskBar::Rebar.GripperVert]
  1676. BgType  = ImageFile
  1677. SizingType  = Tile
  1678. SizingMargins   = 4, 6, 0, 0
  1679. ContentMargins  = 0, 0, 2, 1
  1680. ImageFile   = HomeStead\TaskbarGripperVertical.bmp
  1681. ImageCount  = 1
  1682. Transparent = True
  1683. TransparentColor= 255 0 255
  1684. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1685.  
  1686. [TaskBar::Rebar.Chevron]
  1687. BgType  = ImageFile
  1688. SizingType  = Stretch
  1689. SizingMargins   = 4, 4, 16, 8
  1690. ContentMargins  = 0, 0, 0, 10
  1691. ImageFile   = HomeStead\TaskBandButtonNoEdge.bmp
  1692. ImageCount  = 6
  1693. ImageLayout = vertical
  1694. Transparent = True
  1695. GlyphType   = ImageGlyph
  1696. GlyphImageFile  = HomeStead\TaskbarChevron.bmp
  1697. GlyphTransparent= true
  1698. VAlign = Top
  1699. FillColorHint = 65 64 10; Overflow glyph color (very dark olive)
  1700.  
  1701. [TaskBar::Rebar.ChevronVert]
  1702. BgType  = ImageFile
  1703. SizingType  = Stretch
  1704. SizingMargins   = 4, 4, 15, 3
  1705. ContentMargins  = 0, 0, 0, 0
  1706. ImageFile   = HomeStead\TaskBandButtonNoEdgeVertical.bmp
  1707. ImageCount  = 6
  1708. ImageLayout = vertical
  1709. Transparent = True
  1710. GlyphType   = ImageGlyph
  1711. GlyphImageFile  = HomeStead\TaskbarChevronVert.bmp
  1712. GlyphTransparent= true
  1713. FillColorHint = 65 64 10; Overflow glyph color (very dark olive)
  1714.  
  1715. [TaskBar.BackgroundBottom]
  1716. BgType  = ImageFile
  1717. SizingType  = Tile
  1718. SizingMargins   = 0, 0, 17, 12
  1719. ImageFile   = HomeStead\TaskbarBackground.bmp
  1720. ImageCount  = 1
  1721. FillColorHint = 170 184 131; Average background color (olive)
  1722.  
  1723. [TaskBar.SizingBarBottom]
  1724. BgType  = ImageFile
  1725. SizingType  = Tile
  1726. ImageFile   = HomeStead\TaskbarSizingBarBottom.bmp
  1727. ImageCount  = 1
  1728. FillColorHint = 201 219 161; Average color (lighter olive)
  1729.  
  1730. [TaskBar.BackgroundLeft]
  1731. BgType  = ImageFile
  1732. SizingType  = Tile
  1733. SizingMargins   = 15, 11, 0, 0
  1734. ImageFile   = HomeStead\TaskbarBackgroundVertical.bmp
  1735. ImageCount  = 1
  1736. FillColorHint = 170 184 131; Average background color (olive)
  1737.  
  1738. [TaskBar.SizingBarLeft]
  1739. BgType  = ImageFile
  1740. SizingType  = Tile
  1741. ImageFile   = HomeStead\TaskbarSizingBarLeft.bmp
  1742. ImageCount  = 1
  1743. FillColorHint = 201 219 161; Average color (lighter olive)
  1744.  
  1745. [TaskBar.BackgroundTop]
  1746. BgType  = ImageFile
  1747. SizingType  = Tile
  1748. SizingMargins   = 0, 0, 15, 11
  1749. ImageFile   = HomeStead\TaskbarBackground.bmp
  1750. ImageCount  = 1
  1751. FillColorHint = 170 184 131; Average background color (olive)
  1752.  
  1753. [TaskBar.SizingBarTop]
  1754. BgType  = ImageFile
  1755. SizingType  = Tile
  1756. ImageFile   = HomeStead\TaskbarSizingBarTop.bmp
  1757. ImageCount  = 1
  1758. FillColorHint = 201 219 161; Average color (lighter olive)
  1759.  
  1760. [TaskBar.BackgroundRight]
  1761. BgType  = ImageFile
  1762. SizingType  = Tile
  1763. SizingMargins   = 11, 13, 0, 0
  1764. ImageFile   = HomeStead\TaskbarBackgroundVertical.bmp
  1765. ImageCount  = 1
  1766. FillColorHint = 170 184 131; Average background color (olive)
  1767.  
  1768. [TaskBar.SizingBarRight]
  1769. BgType  = ImageFile
  1770. SizingType  = Stretch
  1771. ImageFile   = HomeStead\TaskbarSizingBarRight.bmp
  1772. ImageCount  = 1
  1773. FillColorHint = 201 219 161; Average color (lighter olive)
  1774.  
  1775. ;-------------- Taskband specific --------------
  1776. [TaskBand.FlashButton]
  1777. BgType  = ImageFile
  1778. SizingType  = Stretch
  1779. SizingMargins   = 4, 4, 4, 4
  1780. ContentMargins  = 0, 0, 4, 4
  1781. ImageFile   = HomeStead\TaskBandFlashButton.bmp
  1782. ImageCount  = 1
  1783. ImageLayout = vertical
  1784. Transparent = True
  1785. FillColorHint = 199 208 168; Average background color (light olive)
  1786. AccentColorHint = 243 189 115; Attention hilite color (light orange)
  1787.  
  1788. [TaskBand.FlashButtonGroupMenu]
  1789. BgType  = ImageFile
  1790. SizingType  = Stretch
  1791. SizingMargins   = 4, 4, 4, 4
  1792. ContentMargins  = 0, 0, 4, 4
  1793. ImageFile   = HomeStead\TaskBandFlashButtonGroupMenu.bmp
  1794. ImageCount  = 1
  1795. Transparent = True
  1796. FillColorHint = 199 208 168; Average background color (light olive)
  1797. AccentColorHint = 243 189 115; Attention hilite color (light orange)
  1798.  
  1799. [TaskBand.GroupCount]
  1800. Font= Tahoma, 8, Bold
  1801. TextColor   = 65 64 10
  1802.  
  1803. [TaskBand::Toolbar]
  1804. BgType  = None
  1805. Font= Tahoma, 8
  1806. TextColor   = 65 64 10
  1807.  
  1808. [TaskBand::Toolbar(checked)]
  1809. TextColor = 255 255 255
  1810.  
  1811. [TaskBand::Toolbar(pressed)]
  1812. TextColor = 255 255 255
  1813.  
  1814. [TaskBand::Toolbar(hotchecked)]
  1815. TextColor = 255 255 255
  1816.  
  1817. [TaskBand::Toolbar.Button]
  1818. BgType  = ImageFile
  1819. SizingType  = Stretch
  1820. SizingMargins   = 17, 5, 15, 8
  1821. ContentMargins  = 0, 4, 4, 4
  1822. ImageFile   = HomeStead\TaskBandButton.bmp
  1823. ImageCount  = 6
  1824. ImageLayout = vertical
  1825. Transparent = True
  1826. FillColorHint = 199 208 168; Average background color (light olive)
  1827.  
  1828. [TaskBand::Toolbar.DropdownButton]
  1829. BgType  = ImageFile
  1830. SizingType  = Stretch
  1831. SizingMargins   = 17, 5, 15, 8
  1832. ContentMargins  = 0, 4, 4, 4
  1833. ImageFile   = HomeStead\TaskBandButton.bmp
  1834. ImageCount  = 6
  1835. ImageLayout = vertical
  1836. Transparent = True
  1837. FillColorHint = 199 208 168; Average background color (light olive)
  1838.  
  1839. [TaskBandVert::Toolbar]
  1840. BgType  = None
  1841. Font= Tahoma, 8
  1842. TextColor   = 65 64 10
  1843.  
  1844. [TaskBandVert::Toolbar(checked)]
  1845. TextColor = 255 255 255
  1846.  
  1847. [TaskBandVert::Toolbar(pressed)]
  1848. TextColor = 255 255 255
  1849.  
  1850. [TaskBandVert::Toolbar(hotchecked)]
  1851. TextColor = 255 255 255
  1852.  
  1853. [TaskBandVert::Toolbar.Button]
  1854. BgType  = ImageFile
  1855. SizingType  = Stretch
  1856. SizingMargins   = 16, 7, 12, 6
  1857. ContentMargins  = 0, 4, 4, 4
  1858. ImageFile   = HomeStead\TaskBandButtonVertical.bmp
  1859. ImageCount  = 6
  1860. ImageLayout = vertical
  1861. Transparent = True
  1862. FillColorHint = 199 208 168; Average background color (light olive)
  1863.  
  1864. [TaskBandVert::Toolbar.DropdownButton]
  1865. BgType  = ImageFile
  1866. SizingType  = Stretch
  1867. SizingMargins   = 16, 7, 12, 6
  1868. ContentMargins  = 0, 4, 4, 4
  1869. ImageFile   = HomeStead\TaskBandButtonVertical.bmp
  1870. ImageCount  = 6
  1871. ImageLayout = vertical
  1872. Transparent = True
  1873. FillColorHint = 199 208 168; Average background color (light olive)
  1874.  
  1875. [TaskBand::ScrollBar.ArrowBtn]
  1876. BgType  = ImageFile
  1877. SizingMargins = 5, 5, 5, 5
  1878. ContentMargins = 0, 0, 0, 0
  1879. SizingType = Stretch
  1880. ImageFile=HomeStead\TaskbandScrollArrows.bmp
  1881. ImageCount = 16
  1882. ImageLayout = Vertical
  1883. GlyphType   = ImageGlyph
  1884. GlyphImageFile=HomeStead\TaskBandScrollArrowGlyphs.bmp
  1885. GlyphTransparent = True
  1886. FillColorHint = 152 168 128; Average background color (olive)
  1887.  
  1888. [TaskBand::Scrollbar.ThumbBtnHorz]
  1889. BgType  = ImageFile
  1890. SizingMargins = 5, 5, 5, 5
  1891. ContentMargins = 4, 4, 0, 0
  1892. ImageFile   = HomeStead\TaskBandScrollThumbHorizontal.bmp
  1893. ImageCount  = 4
  1894. ImageLayout = Vertical
  1895. FillColorHint = 152 168 128; Average background color (olive)
  1896.  
  1897. ;A visual element in the middle of the scrollbar thumb
  1898. [TaskBand::Scrollbar.GripperHorz]
  1899. BgType  = ImageFile
  1900. SizingType  = TrueSize
  1901. ImageFile   = HomeStead\TaskBandScrollThumbGripperHorizontal.BMP
  1902. imagelayout = vertical
  1903. Transparent = True
  1904. ImageCount  = 4
  1905. FillColorHint = 188 204 159; Thumb gripper lighter color (light olive)
  1906.  
  1907.  
  1908. ; Scrollbar Thumb (vertical)
  1909. [TaskBand::Scrollbar.ThumbBtnVert]
  1910. BgType  = ImageFile
  1911. SizingMargins = 5, 5, 5, 5
  1912. ContentMargins = 0, 0, 4, 4
  1913. ImageFile   = HomeStead\TaskBandScrollThumbVertical.bmp
  1914. ImageCount  = 4
  1915. ImageLayout = vertical
  1916. FillColorHint = 152 168 128; Average background color (olive)
  1917.  
  1918. ;A visual element in the middle of the scrollbar thumb
  1919. [TaskBand::Scrollbar.GripperVert]
  1920. BgType  = ImageFile
  1921. SizingType  = TrueSize
  1922. ImageFile   = HomeStead\TaskBandScrollThumbGripperVertical.BMP
  1923. ImageCount  = 4
  1924. Transparent = True
  1925. ImageLayout = Vertical
  1926. FillColorHint = 188 204 159; Thumb gripper lighter color (light olive)
  1927.  
  1928.  
  1929. ; Scrollbar Tracks (horizontal)
  1930. [TaskBand::Scrollbar.LowerTrackHorz]
  1931. BgType  = imagefile
  1932. ImageFile=HomeStead\TaskBandScrollShaftHorizontal.bmp
  1933. SizingMargins = 0, 0, 1, 1
  1934. ImageCount = 4
  1935. ImageLayout = Vertical
  1936. FillColorHint = 168 185 140; Average background color (olive)
  1937.  
  1938.  
  1939. [TaskBand::Scrollbar.UpperTrackHorz]
  1940. BgType  = imagefile
  1941. ImageFile=HomeStead\TaskBandScrollShaftHorizontal.bmp
  1942. SizingMargins = 0, 0, 1, 1
  1943. ImageCount = 4
  1944. ImageLayout = Vertical
  1945. FillColorHint = 168 185 140; Average background color (olive)
  1946.  
  1947.  
  1948. ; Scrollbar Tracks (vertical)
  1949. [TaskBand::Scrollbar.LowerTrackVert]
  1950. BgType  = imagefile
  1951. ImageFile=HomeStead\TaskBandScrollShaftVertical.bmp
  1952. SizingMargins = 1, 1, 0, 0
  1953. ImageCount = 4
  1954. ImageLayout = Vertical
  1955. FillColorHint = 168 185 140; Average background color (olive)
  1956.  
  1957.  
  1958. [TaskBand::Scrollbar.UpperTrackVert]
  1959. BgType  = imagefile
  1960. ImageFile=HomeStead\TaskBandScrollShaftVertical.bmp
  1961. SizingMargins = 1, 1, 0, 0
  1962. ImageCount = 4
  1963. ImageLayout = Vertical
  1964. FillColorHint = 168 185 140; Average background color (olive)
  1965.  
  1966. ;-------------- Taskband Group Menu specific --------------
  1967. [TaskBandGroupMenu::Toolbar]
  1968. BgType  = ImageFile
  1969. ImageFile    = HomeStead\TaskBandBackground.bmp
  1970. SizingType    = Tile
  1971. SizingMargins    = 3, 3, 3, 3
  1972. ContentMargins    = 9, 0, 0, 0
  1973. Font= Tahoma, 8
  1974. TextColor   = 65 64 10
  1975. FillColorHint = 176 192 136; Average background color (olive)
  1976. AccentColorHint = 227 150 88; Menu top hilite color (orange)
  1977.  
  1978.  
  1979. [TaskBandGroupMenu::Toolbar.Button]
  1980. BgType  = ImageFile
  1981. SizingType  = stretch
  1982. SizingMargins   = 3, 3, 0, 0
  1983. ContentMargins  = 9, 0, 3, 3
  1984. ImageFile   = HomeStead\TaskBandHover.bmp
  1985. ImageCount  = 3
  1986. ImageLayout    = vertical
  1987. Transparent    = True
  1988. AccentColorHint = 199 208 168; Rollover hilite color (light olive)
  1989.  
  1990. ;-------------- Tray Notify specific --------------
  1991. [TrayNotify::Toolbar]
  1992. BgType  = None
  1993.  
  1994. [TrayNotify::Toolbar.Button]
  1995. BgType  = None
  1996.  
  1997. [TrayNotifyHoriz::TrayNotify.Background]
  1998. BgType  = ImageFile
  1999. SizingType  = Stretch
  2000. SizingMargins   = 34, 10, 12, 12
  2001. ContentMargins  = 19, 7, 0, 0
  2002. ImageFile   = HomeStead\TaskbarTray.bmp
  2003. ImageCount  = 1
  2004. Transparent = True
  2005. TransparentColor= 255 0 0
  2006. FillColorHint = 234 226 178; Average background color (light orange)
  2007.  
  2008. [TrayNotifyHoriz::Button]
  2009. BgType  = ImageFile
  2010. SizingType  = TrueSize
  2011. ImageFile   = HomeStead\TrayChevronHorizontal.bmp
  2012. ImageCount  = 3
  2013. Transparent = True
  2014. Imagelayout = vertical
  2015. FillColorHint = 170 125 91; Average background color (copper orange)
  2016.  
  2017. [TrayNotifyHorizOpen::Button]
  2018. BgType  = ImageFile
  2019. SizingType  = TrueSize
  2020. ImageFile   = HomeStead\TrayChevronHorizontalOpen.bmp
  2021. Transparent = True
  2022. ImageCount  = 3
  2023. Imagelayout = vertical
  2024. FillColorHint = 170 125 91; Average background color (copper orange)
  2025.  
  2026. [TrayNotifyVert::TrayNotify.Background]
  2027. BgType  = ImageFile
  2028. SizingType  = Stretch
  2029. SizingMargins   = 12, 12, 34, 10
  2030. ContentMargins  = 0, 0, 19, 7
  2031. ImageFile   = HomeStead\TaskbarTrayVertical.bmp
  2032. ImageCount  = 1
  2033. Transparent = True
  2034. TransparentColor= 255 0 0
  2035. FillColorHint = 234 226 178; Average background color (light orange)
  2036.  
  2037. [TrayNotifyVert::Button]
  2038. BgType  = ImageFile
  2039. SizingType  = TrueSize
  2040. Transparent = True
  2041. ImageFile   = HomeStead\TrayChevronHorizontal.bmp
  2042. ImageCount  = 3
  2043. Imagelayout = vertical
  2044. FillColorHint = 170 125 91; Average background color (copper orange)
  2045.  
  2046.  
  2047. [TrayNotifyVertOpen::Button]
  2048. BgType  = ImageFile
  2049. SizingType  = TrueSize
  2050. Transparent = True
  2051. ImageFile   = HomeStead\TrayChevronHorizontalOpen.bmp
  2052. ImageCount  = 3
  2053. Imagelayout = vertical
  2054. FillColorHint = 170 125 91; Average background color (copper orange)
  2055.  
  2056.  
  2057. [TrayNotify::Clock]
  2058. Font= Tahoma, 8
  2059. TextColor   = 65 64 10
  2060.  
  2061. ;-------------- Application-specific ------------------------
  2062.  
  2063.  
  2064. ;----------- places bar --------------------------------
  2065. ;The places toolbar in the fileopen/save dialog.
  2066. [Placesbar::Toolbar]
  2067. SizingMargins = 4, 4, 4, 4
  2068. ContentMargins = 0, 0, 0, 0
  2069. ImageFile=HomeStead\PlaceBarBackground.bmp
  2070. bgtype = imagefile
  2071. imageCount = 1
  2072. sizingType = tile
  2073. FillColorHint = 249 248 243; Background color (light beige)
  2074.  
  2075. [Placesbar::Toolbar.Button]
  2076. SizingMargins = 4, 4, 4, 4
  2077. ContentMargins = 0, 0, 4, 2
  2078. ImageFile=HomeStead\PlaceBarButtons.bmp
  2079. bgtype = imagefile
  2080. imagelayout = vertical
  2081. imageCount = 6
  2082. sizingType = stretch
  2083. transparent = true
  2084. FillColorHint = 255 255 255; Selected color (white)
  2085. BorderColorHint = 122 152 175; Outline color (blue grey)
  2086.  
  2087. ;----------- Explorer (IE) bar --------------------------------
  2088. [ExplorerBar]
  2089. BgType  = BorderFill
  2090. FillType= VertGradient
  2091. GradientRatio1  = 0
  2092. GradientColor1  = 204 217 173
  2093. GradientRatio2  = 255
  2094. GradientColor2  = 165 189 132
  2095. BorderSize  = 0
  2096. ContentMargins  = 12, 12, 12, 12
  2097.  
  2098. [ExplorerBar.HeaderBackground]; Not used in IE 6
  2099. BgType  = ImageFile
  2100. SizingType  = Stretch
  2101. ImageFile   = HomeStead\ExplorerBarHeaderBackground.bmp
  2102. SizingMargins   = 202, 1, 0, 0
  2103. Font= Tahoma, 8, Bold
  2104. TextColor   = 255 255 255
  2105. ContentMargins  = 8, 8, 7, 7
  2106. FillColorHint = 193 201 162; Mid color of gradient (olive)
  2107.  
  2108. [ExplorerBar.HeaderClose]; Not used in IE 6
  2109. BgType  = ImageFile
  2110. SizingType  = TrueSize
  2111. ImageLayout = Vertical
  2112. ImageFile   = HomeStead\ExplorerBarHeaderClose.bmp
  2113. ImageCount  = 3
  2114. Transparent = true
  2115. OffsetType  = TopRight
  2116. Offset  = -4, 4
  2117. FillColorHint = 138 168 229; Close box normal state (blue)
  2118. AccentColorHint = 255 121 95; Close box rollover (brick red)
  2119.  
  2120. [ExplorerBar.HeaderPin]; Not used in IE 6
  2121. BgType  = ImageFile
  2122. SizingType  = TrueSize
  2123. ImageLayout = Vertical
  2124. ImageFile   = HomeStead\ExplorerBarHeaderPin.bmp
  2125. ImageCount  = 6
  2126. Transparent = true
  2127. OffsetType  = TopRight
  2128. Offset  = -6, 4
  2129. FillColorHint = 190 197 151; Average pin color (olive)
  2130.  
  2131. [ExplorerBar.IEBarMenu]; Not used in IE 6
  2132. BgType  = ImageFile
  2133. SizingType  = TrueSize
  2134. ImageLayout = Vertical
  2135. ImageFile   = HomeStead\IE_PersonalBarMenu.bmp
  2136. ImageCount  = 3
  2137. Transparent = true
  2138. OffsetType  = TopRight
  2139. Offset  = -3, 1
  2140. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2141. BorderColorHint = 165 187 228; Border of button (blue grey)
  2142.  
  2143. [ExplorerBar.NormalGroupBackground]
  2144. BgType  = ImageFile
  2145. FillColor = 246 246 236
  2146. BorderColor = 255 255 255
  2147. SizingType  = Stretch
  2148. ImageFile   = HomeStead\NormalGroupBackground.bmp
  2149. SizingMargins   = 3, 3, 3, 3
  2150. Font= Tahoma, 8
  2151. TextColor   = 38 92 192
  2152. ContentMargins  = 8, 8, 7, 7
  2153.  
  2154. [ExplorerBar.NormalGroupCollapse]
  2155. BgType  = ImageFile
  2156. SizingType  = TrueSize
  2157. ImageLayout = Vertical
  2158. ImageFile   = HomeStead\NormalGroupCollapse.bmp
  2159. ImageCount  = 3
  2160. Transparent = true
  2161. OffsetType  = TopRight
  2162. Offset  = -3, 1
  2163. FillColorHint = 198 209 188; Close box average color (light olive)
  2164. BorderColorHint = 255 255 255; Edge color (white)
  2165.  
  2166. [ExplorerBar.NormalGroupExpand]
  2167. BgType  = ImageFile
  2168. SizingType  = TrueSize
  2169. ImageLayout = Vertical
  2170. ImageFile   = HomeStead\NormalGroupExpand.bmp
  2171. ImageCount  = 3
  2172. Transparent = true
  2173. OffsetType  = TopRight
  2174. Offset  = -3, 1
  2175. FillColorHint = 198 209 188; Close box average color (light olive)
  2176. BorderColorHint = 255 255 255; Edge color (white)
  2177.  
  2178. [ExplorerBar.NormalGroupHead]
  2179. BgType  = ImageFile
  2180. SizingType  = Stretch
  2181. ImageFile   = HomeStead\NormalGroupHead.bmp
  2182. SizingMargins   = 3, 106, 3, 1
  2183. Transparent = true
  2184. Font= Tahoma, 8, Bold
  2185. TextColor   = 33 93 198
  2186. ContentMargins  = 8, 8, 7, 7
  2187. FillColorHint = 233 237 200; Lighter side of gradient (very light olive)
  2188.  
  2189. [ExplorerBar.SpecialGroupBackground]
  2190. BgType  = ImageFile
  2191. SizingType  = Stretch
  2192. ImageFile   = HomeStead\SpecialGroupBackground.bmp
  2193. SizingMargins   = 3, 3, 3, 3
  2194. Font= Tahoma, 8
  2195. TextColor   = 38 92 192
  2196. ContentMargins  = 8, 8, 7, 7
  2197. FillColorHint = 246 246 236; Background color (very light olive)
  2198.  
  2199. [ExplorerBar.SpecialGroupCollapse]
  2200. BgType  = ImageFile
  2201. SizingType  = TrueSize
  2202. ImageLayout = Vertical
  2203. ImageFile   = HomeStead\SpecialGroupCollapse.bmp
  2204. ImageCount  = 3
  2205. Transparent = true
  2206. OffsetType  = TopRight
  2207. Offset  = -3, 1
  2208. FillColorHint = 130 164 80; Average background color (olive)
  2209. BorderColorHint = 191 205 156; Edge color (light olive)
  2210.  
  2211. [ExplorerBar.SpecialGroupExpand]
  2212. BgType  = ImageFile
  2213. SizingType  = TrueSize
  2214. ImageLayout = Vertical
  2215. ImageFile   = HomeStead\SpecialGroupExpand.bmp
  2216. ImageCount  = 3
  2217. Transparent = true
  2218. OffsetType  = TopRight
  2219. Offset  = -3, 1
  2220. FillColorHint = 130 164 80; Average background color (olive)
  2221. BorderColorHint = 191 205 156; Edge color (light olive)
  2222.  
  2223. [ExplorerBar.SpecialGroupHead]
  2224. BgType  = ImageFile
  2225. SizingType  = Stretch
  2226. ImageFile   = HomeStead\SpecialGroupHead.bmp
  2227. SizingMargins   = 3, 106, 3, 1
  2228. Transparent = true
  2229. Font= Tahoma, 8, Bold
  2230. TextColor   = 255 255 255
  2231. FillColor = 119 140 64
  2232. ContentMargins  = 8, 8, 7, 7
  2233.  
  2234. [ExplorerBar::Rebar]; Not used in IE 6
  2235. bgtype  = imagefile
  2236. sizingtype  = stretch
  2237. ImageFile   = HomeStead\ExplorerBarToolbarBackground.bmp
  2238. sizingmargins   = 0, 0, 0, 4
  2239. Font= Tahoma, 8
  2240. TextColor   = 127 124 115
  2241. FillColorHint = 243 247 253; (very light blue)
  2242.  
  2243. [ExplorerBar::Rebar.Band]; Not used in IE 6
  2244. bgtype  = none
  2245. ContentMargins    = 2, 0, 0, 0
  2246.  
  2247. [ExplorerBar::Rebar.Gripper]; Not used in IE 6
  2248. bgtype = imagefile
  2249. SizingMargins   = 0, 0, 6, 4
  2250. ContentMargins  = 3, 0, 0, 0
  2251. ImageFile   = HomeStead\Gripper.bmp
  2252. sizingType  = Tile
  2253. Transparent = true
  2254. TransparentColor= 255 0 0
  2255. FillColorHint = 151 164 119; Gripper dot color (dark olive)
  2256.  
  2257. [ExplorerBar::Rebar.GripperVert]; Not used in IE 6
  2258. bgtype  = imagefile
  2259. SizingMargins   = 9, 8, 0, 0
  2260. ImageFile   = HomeStead\GripperVert.bmp
  2261. sizingType  = Tile
  2262. Transparent = true
  2263. TransparentColor= 255 0 0
  2264. FillColorHint = 151 164 119; Gripper dot color (dark olive)
  2265.  
  2266. [ExplorerBar::Rebar.Chevron]; Not used in IE 6
  2267. SizingMargins   = 4, 4, 4, 4
  2268. ContentMargins  = 0, 0, 0, 0
  2269. ImageFile   = HomeStead\ExplorerBarToolbarButtons.bmp
  2270. bgtype  = imagefile
  2271. imagelayout = vertical
  2272. imageCount  = 6
  2273. sizingType  = Stretch
  2274. Transparent = true
  2275. GlyphType   = ImageGlyph
  2276. GlyphImageFile  = HomeStead\Chevron.bmp
  2277. GlyphTransparent= true
  2278. VAlign  = Top
  2279. FillColorHint = 0 0 0; Glyph color (black)
  2280.  
  2281. [ExplorerBar::Rebar.ChevronVert]; Not used in IE 6
  2282. SizingMargins   = 4, 4, 4, 4
  2283. ContentMargins  = 0, 0, 0, 0
  2284. ImageFile   = HomeStead\ExplorerBarToolbarButtons.bmp
  2285. bgtype  = imagefile
  2286. imagelayout = vertical
  2287. imageCount  = 6
  2288. sizingType  = Stretch
  2289. Transparent = true
  2290. GlyphType   = ImageGlyph
  2291. GlyphImageFile  = HomeStead\Chevron.bmp
  2292. GlyphTransparent= true
  2293. VAlign  = Top
  2294. FillColorHint = 0 0 0; Glyph color (black)
  2295.  
  2296. [ExplorerBar::Toolbar.Button]; Not used in IE 6
  2297. SizingMargins   = 4, 4, 4, 4
  2298. ContentMargins  = 0, 0, 0, 0
  2299. ImageFile   = HomeStead\ExplorerBarToolbarButtons.bmp
  2300. bgtype  = imagefile
  2301. imagelayout = vertical
  2302. imageCount  = 6
  2303. sizingType  = Stretch
  2304. Transparent = true
  2305. TransparentColor= 255 0 255
  2306. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2307. BorderColorHint = 168 191 234; Edge color (grey blue)
  2308.  
  2309. [ExplorerBar::Toolbar.DropdownButton]; Not used in IE 6
  2310. SizingMargins   = 4, 4, 4, 4
  2311. ContentMargins  = 0, 0, 0, 0
  2312. ImageFile   = HomeStead\ExplorerBarToolbarButtons.bmp
  2313. bgtype  = imagefile
  2314. imagelayout = vertical
  2315. imageCount  = 6
  2316. sizingType  = Stretch
  2317. Transparent = true
  2318. TransparentColor= 255 0 255
  2319. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2320. BorderColorHint = 168 191 234; Edge color (grey blue)
  2321.  
  2322. [ExplorerBar::Toolbar.SplitButton]; Not used in IE 6
  2323. SizingMargins   = 4, 2, 4, 4
  2324. ImageFile   = HomeStead\ExplorerBarToolbarButtonsSplit.bmp
  2325. bgtype  = imagefile
  2326. imagelayout = vertical
  2327. imageCount  = 6
  2328. sizingType  = Stretch
  2329. Transparent = true
  2330. TransparentColor= 255 0 255
  2331. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2332. BorderColorHint = 168 191 234; Edge color (grey blue)
  2333.  
  2334. [ExplorerBar::Toolbar.SplitButtonDropdown]; Not used in IE 6
  2335. SizingMargins   = 2, 4, 4, 4
  2336. ImageFile   = HomeStead\ExplorerBarToolbarButtonsSplitDropdown.bmp
  2337. bgtype  = imagefile
  2338. imagelayout = vertical
  2339. imageCount  = 6
  2340. sizingType  = Stretch
  2341. Transparent = true
  2342. TransparentColor= 255 0 255
  2343. GlyphType   = ImageGlyph
  2344. GlyphImageFile  = HomeStead\ToolbarButtonsSplitDropdownGlyph.bmp
  2345. GlyphTransparent= true
  2346. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2347. BorderColorHint = 168 191 234; Edge color (grey blue)
  2348.  
  2349. [ExplorerBar::Toolbar.Separator]; Not used in IE 6
  2350. SizingMargins   = 5, 2, 2, 1
  2351. ImageFile   = HomeStead\Separator.bmp
  2352. bgtype  = imagefile
  2353. imageCount  = 1
  2354. sizingType  = tile
  2355. Transparent = true
  2356. TransparentColor= 255 0 0
  2357. FillColorHint = 202 198 175; Separator line color (dark beige)
  2358.  
  2359. [ExplorerBar::Toolbar.SeparatorVert]; Not used in IE 6
  2360. SizingMargins   = 2, 1, 5, 1
  2361. ImageFile   = HomeStead\SeparatorVert.bmp
  2362. bgtype  = imagefile
  2363. imageCount  = 1
  2364. sizingType  = tile
  2365. Transparent = true
  2366. TransparentColor= 255 0 0
  2367. FillColorHint = 202 198 175; Separator line color (dark beige)